.hero__image {
    max-width: 320px;
}

.hero.inline .hero__left {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
}

.hero.inline .hero__title {
    font-size: 45px;
}

.hero.inline {
    padding: 40px 20px;
}

.hero.inline.is-ex {

}
.post__info {
    max-width: 760px;
    margin: 0 auto 60px;
}

.article__inner {
    position: relative;
}

.article__content {
    position: absolute;
    top: 70px;
    left: 20px;
    padding-right: 20px;
    color: white;
}

.article__date {
    position: absolute;
    top: 30px;
    left: 10px;
}

.article__image {
    height: 190px;
    margin-bottom: 0;
    padding-bottom: 0;
    background: white;
    border: var(--background-alt-color) 2px solid;
    opacity: 1;
    
}

.article__image:hover {
    opacity: 1;
}

.article__image img {
    display: none;
}

.footer__gallery {
    margin-top: 110px;
}

.tag-image img {
    display: none;
}

.tag-image {
    background: var(--background-alt-color);
    opacity: 0.64;
}

.tag-image:hover {
    opacity: 1;
}

.button--primary a {
    color: var(--white);
} 

/* Inline CK CTA */
.cknl {
    background-color: var(--background-alt-color);
    color: var(--text-alt-color);
    padding: 20px;
    width: 126%;
    max-width: none;
    margin: 0 -13%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .cknl .seva-form {
        margin-left: 100px;
    }
}


/*progress bar*/
.progressbar {
    counter-reset: step;
    padding-left: 0;
    float: left;
    width: 100%;
}

.progressbar li:first-child {
    margin-left: -60px;
}


.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    margin-bottom: 20px;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
}
.progressbar li.active:before {
    border-color: #55b776;
}
.progressbar li.active + li:after {
    background-color: #55b776;
}

.acuity .js-reframe {
    padding-top: 200% !important;
}

.acuity.a-150 .js-reframe {
    padding-top: 150% !important;
}

.acuity.a-110 .js-reframe {
    padding-top: 110% !important;
}

.row-ex, .is-ex {
   width: 126%;
    max-width: none;
    margin: 40px -13%; 
}

.row-ex .inner, .row-ex.inner {
    background-color: var(--background-alt-color);
    color: var(--text-alt-color);
    padding: 20px;
}

.row-ex .inner {
    margin-left: 5px;
    margin-right: 5px;
}
